Board
Board.Core
PauseScreenActionReceivedHandler(BoardPauseAction, BoardPauseAudioTrack[]) Delegate
Represents the method that will handle the pauseScreenActionReceived event of the BoardApplication class.
public delegate void PauseScreenActionReceivedHandler(Board.Core.BoardPauseAction pauseAction, Board.Core.BoardPauseAudioTrack[] audioTracks);
Parameters
pauseAction BoardPauseAction
The action that was taken by the user.
audioTracks BoardPauseAudioTrack[]
The new state of all audio tracks.